<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "NotoSansCJK";
    font-weight: 400;
    src: url(../font/NotoSansCJK-Light-3.otf);
}

@font-face {
    font-family: "NotoSansCJK";
    font-weight: 500;
    src: url(../font/NotoSansCJK-DemiLight-4.otf);
}

@font-face {
    font-family: "NotoSansCJK";
    font-weight: 600;
    src: url(../font/NotoSansCJK-Regular-1.otf);
}
@font-face {
    font-family: "NotoSansCJK";
    font-weight: 600;
    src: url(../font/NotoSansCJK-Medium-5.otf);
}

@font-face {
    font-family: "SourceHanSerifCN";
    src: url(../font/SourceHanSerifCN-Bold.otf);
}
*,
html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333333;
    font: 14px/1.8 "NotoSansCJK";
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

ul,
ol,
dl,
li,
dt,
dd {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

a {
    color: #333;
    cursor: pointer;
}

a,
img,
select,
button,
input,
input[type=password],
input[type=text],
textarea {
    outline: none;
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*æ¸…é™¤æµ®åŠ¨*/
.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

input { cursor: pointer; -webkit-appearance: none; }
select {
    -webkit-appearance:button;
}

.inner {
    width: 80%;
    margin: 0 auto;
}

.padd {
    padding: 108px 0;
}
 
@media(max-width:1368px) {
    .padd {
        padding: 80px 0;
    }
}

@media(max-width:1024px) {
    .padd {
        padding: 68px 0;
    }
}

@media(max-width:486px) {
    .padd {
        padding: 48px 0;
    }
}

.allMore {
    position: relative;
}

.allMore a {
    padding: 14px 48px;
    display: inline-block;
    background: #000;
    color: #fff;
    line-height: 1;
    font-size: 16px;
}
@media(max-width: 468px)
{

    .allMore a {
        font-size: 13px;
        padding: 12px 28px;
    }
}


/* å†…é¡µban */
.banN {
    width: 100%;
    position: relative;
}

.banN img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banN_m{
    display: none;
}
@media(max-width:500px) {
    .banN_m{
        display: block;
    }
    .banN_pc{
        display: none;
    }
}

/* å›¾ç‰‡é«˜åº¦ */
.indImg{
    overflow: hidden;
    position: relative;
}
.indImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
}


/* swiper.js æŽ§åˆ¶å™¨æ&nbsp;·å¼ */
.pos.swiper-pagination {
    width: 100%;
    bottom: 0 !important;
    position: relative;
    margin-top: 20px;
}

@media(max-width:500px) {

    .pos.swiper-pagination{
        margin-top: 10px;
    }   
}


.swiper-pagination-bullet,
.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 28px;
}

.swiper-pagination-bullet {
    cursor: pointer;
    opacity: 1;
    position: relative;
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.58);
    transition: all 0.48s;
}

.swiper-pagination-bullet.my-bullet-active {
    width: 52px;
    background: rgba(255, 255, 255, 1);
}




/* åŠ¨ç”»æ•ˆæžœ */
.wgt-fade-animate {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
}

.appear {
    -webkit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}</pre></body></html>